home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_runner_2.swf / scripts / frame_44 / PlaceObject2_36_25 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-12  |  122b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero.hoppa.face))
  3.    {
  4.       _root.hero._y = this._y + 30;
  5.    }
  6. }
  7.